-
Re: IF/AND Formula
Thanks @SteyJ ! I made one tweak: =IF([Invoice Received?]@row = 0, IF(AND([Renewal Date]@row >= TODAY(0), [Renewal Date]@row <= TODAY(+30)), "Red", "Yellow")) I don't need t…1 · -
Re: Auto-move a row to another sheet when work complete?
@Cimafranca I believe you should be able to add a column for "Created Date" and that may pull in the date it was moved. You may try that.1 · -
Dashboard - dropdowns to hide data
tldr: something where I can hide or display data in a dashboard without just putting in a link to the data. I am creating a dashboard that is very data heavy - think lots of charts, graphs, reports, …7 · -
Why can't I attach a document?
I have a variety of luck with adding attachments to my sheets. One time it will work to attach a PDF the next time it just won't do it. I will try drag/drop into the attachment area other times I wil…1 · -
Re: IF AND
I asked a colleague and it looks like we got it to work: =IF([% Complete]5 <= 0.6, "Red", IF([% Complete]5 < 1, "Yellow", IF([% Complete]5 = 1, "Green"))) I think …1 ·